PowerSNMP for .NET
User Constructor(Byte[],String,String,AuthenticationProtocol,String,PrivacyProtocol)




Provided to associate given username with a specific engine. If of length 0, the username will match on any engine.
Name of this user.
Either null or the value used by the manager. Used for packet authentication.
Specifies the authentication hash to use.
Either null or the value used by the manager. Used for packet privacy (decryption).
Specifies the encryption protocol to use.
Initializes a new instance for decoding received traps.
Syntax

Parameters

engineId
Provided to associate given username with a specific engine. If of length 0, the username will match on any engine.
name
Name of this user.
authenticationPassword
Either null or the value used by the manager. Used for packet authentication.
authenticationProtocol
Specifies the authentication hash to use.
privacyPassword
Either null or the value used by the manager. Used for packet privacy (decryption).
privacyProtocol
Specifies the encryption protocol to use.
Exceptions
ExceptionDescription
System.ArgumentException A required parameter is a string of 0 length or null, or authenticationPassword is null and privacyPassword is not.
Remarks

If privacyPassword in not null, then authenticationPassword must not be null.

See Also

Reference

User Class
User Members
Overload List


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic